Add r2cn issue template#5
Conversation
Signed-off-by: Quanyi Ma <eli@patch.sh>
There was a problem hiding this comment.
Pull Request Overview
This PR adds GitHub issue templates for the r2cn open source internship program. The templates provide structured formats for creating tasks and pre-tasks within the r2cn program.
- Adds a comprehensive r2cn task template with sections for task details, requirements, coding standards, and mentor information
- Adds a pre-task template for git-internal testing tasks
- Both templates use Chinese language for content appropriate to the r2cn program
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/r2cn.md | Comprehensive task template with coding standards, submission guidelines, and mentor contact information |
| .github/ISSUE_TEMPLATE/pre-task.md | Simple pre-task template for git-internal testing tasks |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Quanyi Ma <eli@patch.sh>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| 1. Report issues/bugs: If you find any issues or bugs in the project, please report them by creating an issue on the issue tracker. Describe the issue in detail and also mention the steps to reproduce it. The more details you provide, the easier it will be for me to investigate and fix the issue. | ||
| 2. Suggest enhancements: If you have an idea to enhance or improve this project, you can suggest it by creating an issue on the issue tracker. Explain your enhancement in detail along with its use cases and benefits. I appreciate well-thought-out enhancement suggestions. | ||
| 3. Contribute code: If you want to develop and contribute code, follow these steps: | ||
| - Familiarize yourself with the [Code of Conduct](CODE-OF-CONDUCT.md). git-internal has a strict policy against abusive, unethical, or illegal behavior. |
There was a problem hiding this comment.
The link to the code of conduct file is incorrect. The actual filename is code-of-conduct.md (lowercase with hyphens), not CODE-OF-CONDUCT.md.
| - Familiarize yourself with the [Code of Conduct](CODE-OF-CONDUCT.md). git-internal has a strict policy against abusive, unethical, or illegal behavior. | |
| - Familiarize yourself with the [Code of Conduct](code-of-conduct.md). git-internal has a strict policy against abusive, unethical, or illegal behavior. |
|
|
||
| - Ensure you have a local copy of your branch by checking out the pull request locally via command line. | ||
| - In your local branch, run: `git rebase HEAD~1 --signoff` | ||
| - Force push your changes to overwrite the branch: `git push --force-with-lease origin main` No newline at end of file |
There was a problem hiding this comment.
The command references origin main but should reference the feature branch name, not main. This could cause contributors to accidentally push to the main branch instead of their feature branch.
| - Force push your changes to overwrite the branch: `git push --force-with-lease origin main` | |
| - Force push your changes to overwrite the branch: `git push --force-with-lease origin <feature-branch-name>` |
| 2. 所有 __PR__ 提交必须通过 `GitHub Actions` 自动化测试,提交 __PR__ 后请关注 `GitHub Actions` 结果; | ||
| 3. 代码注释均需要使用英文; | ||
|
|
||
| [__PR 提交地址__] 提交到 [git-internal](https://github.com/web3infra-foundation/git-internal) 仓库的 `main` 分支 `` 目录; |
There was a problem hiding this comment.
The directory path is empty between the backticks. This should specify the actual target directory or be removed if submissions go to the root directory.
| [__PR 提交地址__] 提交到 [git-internal](https://github.com/web3infra-foundation/git-internal) 仓库的 `main` 分支 `` 目录; | |
| [__PR 提交地址__] 提交到 [git-internal](https://github.com/web3infra-foundation/git-internal) 仓库的 `main` 分支 目录; |
* Add r2cn issue template Signed-off-by: Quanyi Ma <eli@patch.sh> * Add documentations and update issue templates Signed-off-by: Quanyi Ma <eli@patch.sh> --------- Signed-off-by: Quanyi Ma <eli@patch.sh>
No description provided.